home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / ConflictPopup.xml216 < prev    next >
Text File  |  2007-10-18  |  3KB  |  46 lines

  1. <settings>
  2.     <!-- text style -->
  3.     <TextStyles>
  4.     </TextStyles>
  5.  
  6.     <!-- placements -->
  7.     <Placements>
  8.         <Placement name="PopupBackground" loc="9,12" size="82,75"/>
  9.         <Placement name="Conflicts" loc="15.0,24" size="70,9"  rows="6" offset="9.5"/>
  10.     </Placements>
  11.  
  12.     <!-- Composite Images -->
  13.     <CompositeImages>
  14.  
  15.         <CompositeImage name="PopupBackground" size="82,75">
  16.             <DrawRoundedRect loc="2,2" size="96,96" fillColor="PopupBackground" borderColor="PopupBorder" radius="@PopupCornerRadius" borderWidth="@PopupBorderWidth"/>            
  17.             <DrawText text="The following conflicts were found:" loc="0,5" size="100,20" textStyle="GeneralTextStyle" align="Center"/>            
  18.         </CompositeImage>
  19.  
  20.         <!-- conflict list items -->
  21.         <CompositeImage name="ConflictsListNormal" size="70,9">
  22.             <DrawCommonImage name="ListViewNormalItemBackground"/>
  23.             <DrawText text="@action" loc="1.5,0" size="97,50" textStyle="GeneralTextHeaderStyle" align="Left" valign="Center"/>
  24.             <DrawText text="@show1" loc="17,0" size="72,50" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  25.             <DrawText text="@show2" loc="17,50" size="72,50" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  26.             <DrawText text="@extra" loc="18,50" size="80,50" textStyle="GeneralTextStyle" align="Right" valign="Center"/>
  27.         </CompositeImage>
  28.  
  29.         <CompositeImage name="ConflictsListSelected" size="70,9">
  30.             <DrawCommonImage name="ListViewSelectedItemBackground"/>
  31.             <DrawText text="@action" loc="1.5,0" size="97,50" textStyle="GeneralTextHeaderStyle" align="Left" valign="Center"/>
  32.             <DrawText text="@show1" loc="17,0" size="72,50" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  33.             <DrawText text="@show2" loc="17,50" size="72,50" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  34.             <DrawText text="@extra" loc="18,50" size="80,50" textStyle="GeneralTextStyle" align="Right" valign="Center"/>
  35.         </CompositeImage>
  36.  
  37.         <CompositeImage name="ConflictsListSelectedInactive" size="70,9">
  38.             <DrawCommonImage name="ListViewSelectedInactiveItemBackground"/>
  39.             <DrawText text="@action" loc="1.5,0" size="97,50" textStyle="GeneralTextHeaderStyle" align="Left" valign="Center"/>
  40.             <DrawText text="@show1" loc="17,0" size="72,50" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  41.             <DrawText text="@show2" loc="17,50" size="72,50" textStyle="GeneralTextStyle" align="Left" valign="Center"/>
  42.             <DrawText text="@extra" loc="18,50" size="80,50" textStyle="GeneralTextStyle" align="Right" valign="Center"/>
  43.         </CompositeImage>
  44.         
  45.     </CompositeImages>             
  46. </settings>